Skip to content

Conversation

nlordell
Copy link
Collaborator

This PR adds additional support to the github-deploy.sh script so that it shows existing PRs attached to issues to make it easier to identify which networks have already been deployed when there are more than one to process.

Example:

• #1237: [New chain]: AB Core Testnet
• #1236: [New chain]: Surge Testnet {✓ #1238}
• #1230: [New chain]: Core Blockchain Testnet2 {✓ #1234}
• #1229: [New chain]: Fluent Testnet {✓ #1233}
• #1227: [New chain]: Kasplex zkEVM Mainnet {✓ #1232}
• #1224: [New chain]: CAPX {✓ #1231}

This PR adds additional support to the `github-deploy.sh` script so that
it shows existing PRs attached to issues to make it easier to identify
which networks have already been deployed when there are more than one
to process.

Example:

```
• #1237: [New chain]: AB Core Testnet
• #1236: [New chain]: Surge Testnet {✓ #1238}
• #1230: [New chain]: Core Blockchain Testnet2 {✓ #1234}
• #1229: [New chain]: Fluent Testnet {✓ #1233}
• #1227: [New chain]: Kasplex zkEVM Mainnet {✓ #1232}
• #1224: [New chain]: CAPX {✓ #1231}
```
@nlordell nlordell requested a review from a team as a code owner October 16, 2025 06:28
Copy link
Member

@remedcu remedcu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optimistically approving, as when I try to fetch closedByPullRequestsReferences, I am getting the error:

Unknown JSON field: "closedByPullRequestsReferences"
Available fields:
...

Though I can see there is a parameter like that available: https://docs.github.com/en/graphql/reference/objects#issue (Anything to do with the level of access?)

@nlordell
Copy link
Collaborator Author

(Anything to do with the level of access?)

Probably need to update your gh command?

$ gh version
gh version 2.81.0 (2025-10-01)
https://github.com/cli/cli/releases/tag/v2.81.0

@nlordell nlordell merged commit 2613ff0 into main Oct 16, 2025
1 check passed
@nlordell nlordell deleted the feat/show-issues-with-prs branch October 16, 2025 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants